home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / dev / obero / oberobje.rea < prev   
Text File  |  1997-05-03  |  2KB  |  39 lines

  1. Short:    Oberon-A GUI class library
  2. Author:   matt.sergeant@iss-oxygen.co.uk (Matt Sergeant)
  3. Uploader: matt.sergeant@iss-oxygen.co.uk (Matt Sergeant)
  4. Type:     dev/obero
  5.  
  6. This is the first alpha release of a GUI class library for Oberon-A.
  7. Please e-mail me with suggestions for improvements/bugs, or just if you
  8. decide to use it.
  9.  
  10. The idea is to be able to create GUI objects such as windows and buttons
  11. without digging into the AmigaOS. This makes it perfect for beginners,
  12. and great for advanced users not wanting to worry too much about creating
  13. GUIs.
  14.  
  15. This library does NOT work in the vein of MUI or other BOOPSI type libraries,
  16. instead it relies upon the object oriented capabilities of Oberon. This way
  17. you could ultimately create new buttons based on the OberPushButton class.
  18.  
  19. Sample code (not very complete) is in ooTest.mod
  20.  
  21. This has been tested with Enforcer (although don't turn it on when linking ;-)
  22.  
  23. It is written entirely in Oberon-A, and is source code only. It also
  24. requires some work to get it up to scratch.
  25.  
  26. Code is distributed under the GPL - I don't have a copy of it in the source
  27. code, but if you have Oberon-A you have the GPL.
  28.  
  29.  
  30. ============================= Archive contents =============================
  31.  
  32. Original  Packed Ratio    Date     Time    Name
  33. -------- ------- ----- --------- --------  -------------
  34.    17104    2653 84.4% 15-Dec-96 13:34:14  OberObjects.Def
  35.    98819   21464 78.2% 15-Dec-96 16:28:00  OberObjects.mod
  36.     2645    1010 61.8% 23-Dec-96 08:52:22  ooTest.mod
  37. -------- ------- ----- --------- --------
  38.   118568   25127 78.8% 08-Apr-97 22:52:32   3 files
  39.